home *** CD-ROM | disk | FTP | other *** search
- object Form_Unzip: TForm_Unzip
- Left = 388
- Top = 442
- BorderStyle = bsNone
- Caption = 'Changed at run time'
- ClientHeight = 104
- ClientWidth = 392
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Verdana'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object l_Status: TLabel
- Left = 8
- Top = 12
- Width = 376
- Height = 16
- AutoSize = False
- Caption = 'Extracting the files. Wait...'
- end
- object CobBar: TCobBar
- Left = 7
- Top = 44
- Width = 378
- Height = 17
- ColorBorder = 22144
- ColorFace = 6413967
- ColorBack = 14547432
- ColorScheme = ccGreen
- end
- object b_Cancel: TButton
- Left = 159
- Top = 72
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- Enabled = False
- TabOrder = 0
- OnClick = b_CancelClick
- end
- object Timer: TTimer
- Enabled = False
- Interval = 2000
- OnTimer = TimerTimer
- Left = 324
- Top = 20
- end
- object Unzip: TZipForge
- ExtractCorruptedFiles = False
- CompressionLevel = clFastest
- CompressionMode = 1
- CurrentVersion = '2.62 '
- SpanningMode = smNone
- SpanningOptions.AdvancedNaming = True
- SpanningOptions.VolumeSize = vsAutoDetect
- Options.FlushBuffers = True
- Options.OEMFileNames = True
- InMemory = False
- OnFileProgress = UnzipFileProgress
- OnOverallProgress = UnzipOverallProgress
- AfterOpen = UnzipAfterOpen
- Zip64Mode = zmDisabled
- Left = 252
- Top = 28
- end
- end
-